Bläddra i källkod

Set svn:executable property on install-sh
Don't complain about failure to chmod install-sh



git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40661 15284696-431f-4ddb-bdfa-cd5b030d7da7

Glynn Clements 15 år sedan
förälder
incheckning
70f065956b
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Makefile
  2. 0 0
      install-sh

+ 1 - 1
Makefile

@@ -59,7 +59,7 @@ default:
 	@echo "Started compilation: `date`"  >> $(ERRORLOG)
 	@echo "--"                           >> $(ERRORLOG)
 	@echo "Errors in:"                   >> $(ERRORLOG)
-	chmod 755 install-sh
+	-$(CHMOD) 755 install-sh
 	$(MAKE) subdirs
 	$(MAKE) $(FILES_DST)
 	$(MAKE) $(ARCH_DISTDIR)/$(GRASS_NAME).tmp

+ 0 - 0
install-sh