]> Zhao Yanbai Git Server - minix.git/commitdiff
Prevent make -C gnu from installing files in / 22/822/3
authorLionel Sambuc <lionel@minix3.org>
Mon, 16 Sep 2013 11:42:15 +0000 (11:42 +0000)
committerGerrit Code Review <gerrit@gerrit>
Tue, 17 Sep 2013 13:19:50 +0000 (15:19 +0200)
This is done by adding a dependency on ${GNUHOSTDIST:H}/.gitignore
for both realall and realinstall targets.

Change-Id: If086a6c02ab20a8cd4bbb3597d7203cf22dce796

gnu/dist/Makefile

index 8c83ba84e73935d845d36a78323df64e2351601e..3646a1a4c885f432c1176ecd9a7b3aafca302edc 100644 (file)
@@ -8,7 +8,11 @@ MODULE=        texinfo
 .include "${.CURDIR}/../../tools/Makefile.gnuhost"
 
 # Force the mapping to standard targets even when not building tools
+# We considere work to be done as soon as the fetch step is done,
+# as everything else has to be triggered from /tools or ../usr.bin
+
 .if ${USETOOLS} != "yes"
-realall: .build_done
-realinstall: .install_done
+realall realinstall: ${GNUHOSTDIST:H}/.gitignore
+
 .endif
+