]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.multi2
r286: * Fiddlesticks. The neat make trick I was using in rules.multi2 failed if
[debhelper.git] / examples / rules.multi2
index 871c41c7efcdf3d7f90069bd6ac8077d273326d3..1f7733110aad921b189eace61f4cbcfd9b8d2175 100755 (executable)
@@ -83,13 +83,12 @@ binary-common:
 # Build architecture independant packages using the common target.
 # (Uncomment the next two lines and comment out the third if you have
 # such packages)
-#binary-indep: DH_OPTIONS=-i
-#binary-indep: build install binary-common
-binary-indep:
+#binary-indep:
+#       $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
 # Build architecture dependant packages using the common target.
-binary-arch: DH_OPTIONS=-a
-binary-arch: build install binary-common
+binary-arch:
+       $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
 
 # Any other binary targets build just one binary package at a time.
 binary-%: build install