From a90af6f5ed86b9ca392a3ac996796e2fad3af8e4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 6 Aug 2006 13:17:21 +0000 Subject: [PATCH] Removed build hack for normalizing file perms and setting executable bit on executables. (Subversion has the svn:executable property, so this hack is no longer needed.) --- releasetools/Targets.mk | 11 ----------- releasetools/Variables.mk | 3 --- xsl/Makefile | 4 ---- 3 files changed, 18 deletions(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index 00db42ca1..e36fa6447 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -127,17 +127,6 @@ ifeq ($(ZIPVER),) @echo You must specify ZIPVER for the zip target exit 1 else -# normalize perms/filemodes for all files and dirs - find . -type f | xargs chmod 0644 - find . -type d | xargs chmod 0755 -# set executable bit on executables that are in all distributions -ifneq ($(EXECUTABLES),) - chmod 0755 $(EXECUTABLES) -endif -# set executable bit on distro-specific executables -ifneq ($(DISTRIB_EXECUTABLES),) - chmod 0755 $(DISTRIB_EXECUTABLES) -endif # ----------------------------------------------------------------- # Prepare *zip files for main part of distro diff --git a/releasetools/Variables.mk b/releasetools/Variables.mk index 6f89edb68..224b63c13 100644 --- a/releasetools/Variables.mk +++ b/releasetools/Variables.mk @@ -126,9 +126,6 @@ ZIP_EXCLUDES = \ RELEASE-NOTES\.fo \ \.make-catalog\.xsl -# list of executables that are included in all distributions -EXECUTABLES = - # specifies options to feed to "freshmeat-submit" FMGO=-N # SFRELID specifies Sourceforge release ID for current release. diff --git a/xsl/Makefile b/xsl/Makefile index 6faca3c61..4aae71a0b 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -19,10 +19,6 @@ DISTRIB_EXCLUDES = extensions/xsltproc saxon8 extensions/build/ extensions/build # files for the release DISTRIB_PACKAGES = doc -# to make sure that executable bit is retained after packaging, -# you need to explicitly list any executable files here -DISTRIB_EXECUTABLES = fo/pdf2index install.sh - # list of pathname+URIs to test for catalog support URILIST = \ .\ http://docbook.sourceforge.net/release/xsl/current/ -- 2.40.0