summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-20 19:57:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-20 19:57:16 (GMT)
commit06b48c151814a0dd5611478beee69d6f3185d467 (patch)
tree074e422e460e40d8a010fd374613476845175856 /Makefile.in
parent99db580108f61f11b63bb0bd84d731b127a20ba2 (diff)
Set the execute bit on generated script at build time, not install time.
Do not advertise "make install" when ./configure-d with "--local". -------- diffstat follows -------- /trunk/configure | 8 5 3 0 +++++--- /trunk/Makefile.in | 10 3 7 0 +++------- 2 files changed, 8 insertions(+), 10 deletions(-)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index c9e94a2..32c9a1e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,6 +104,7 @@ uninstall: real-uninstall
# Build rules
build-bin: ct-ng scripts/crosstool-NG.sh scripts/saveSample.sh
+ @chmod 755 $^
build-lib: paths.mk
@@ -168,15 +169,10 @@ clean-man:
#--------------------------------------
# Check for --local setup
-ifeq ($(strip $(LOCAL)),1)
+ifeq ($(strip $(LOCAL)),y)
real-install:
- @echo " CHMOD 'ct-ng'"
- @chmod a+x ct-ng
- @echo " CHMOD 'scripts/crosstool-NG.sh'"
- @chmod a+x scripts/crosstool-NG.sh
- @echo " CHMOD 'scripts/saveSample.sh'"
- @chmod a+x scripts/saveSample.sh
+ @true
real-uninstall:
@true