[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/tools/build_tarball (silent)
From:       Martin Ellis <martin.ellis () kdemail ! net>
Date:       2005-08-29 20:45:14
Message-ID: 1125348314.772649.5561.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 454751 by martin:

SVN_SILENT Stop automake complaining if the dirs are missing


 M  +4 -0      build_kexi_tarball.sh  


--- trunk/koffice/kexi/tools/build_tarball/build_kexi_tarball.sh #454750:454751
@@ -27,6 +27,7 @@
 #PROJECT_PATH=branches/kexi/$PROJECT_VER
 SVN2DIST_OPTIONS=--no-i18n #set --no-i18n for version being outside the trunk
 
+# Make sure these are all directories - see Makefile creation below
 EXC="3rdparty/uuid plugins/importwizard scriptingcore scriptingplugins"
 
 # Uploading
@@ -170,8 +171,11 @@
 	cp $CONF $DESTINATION/source/$MODULE
 fi
 cd $DESTINATION/source/$MODULE/$PROJECT
+
 for dir in $EXC; do
 	rm -rf $dir
+  #  Avoid Makefile.cvs complaining about missing dirs
+  mkdir $dir
 done
 #fix exectutable bits for sources:
 find . -name \*.h -o -name \*.cpp -o -name \*.c -o -name \*.cc -o -name \*.1 | xargs chmod a-x
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic