2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>

*  gswapp.make and gswbundle.make: tar options changed


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2000-01-22 18:04:29 +00:00
parent e99bb7fa19
commit 8f62726954
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>
* gswapp.make and gswbundle.make: tar options changed
2000-01-22 Manuel Guesdon <mguesdon@sbuilders.com>
* GNUmakefile: add gswapp.make and gswbundle.make

View file

@ -313,9 +313,7 @@ $(GSWAPP_DIR_NAME)/WebServerResources:
internal-gswapp-install:: internal-gswapp-all
@$(MKDIRS) $(GNUSTEP_GSWAPPS)
rm -rf $(GNUSTEP_GSWAPPS)/$(GSWAPP_DIR_NAME)
$(TAR) chf --exclude=CVS $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -)
# $(TAR) ch --exclude=CVS --to-stdout $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -)
$(TAR) ch --exclude=CVS --to-stdout $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -)
internal-gswapp-uninstall::
(cd $(GNUSTEP_GSWAPPS); rm -rf $(GSWAPP_DIR_NAME))

View file

@ -256,9 +256,7 @@ internal-bundle-install:: $(GSWBUNDLE_INSTALL_DIR)
fi
$(MKDIRS) $(GSWBUNDLE_INSTALL_DIR)
rm -rf $(GSWBUNDLE_INSTALL_DIR)/$(GSWBUNDLE_DIR_NAME)
$(TAR) chf --exclude=CVS $(GSWBUNDLE_DIR_NAME) | (cd $(GSWBUNDLE_INSTALL_DIR); $(TAR) xf -)
# $(TAR) ch --exclude=CVS --to-stdout $(GSWBUNDLE_DIR_NAME) | (cd $(GSWBUNDLE_INSTALL_DIR); $(TAR) xf -)
$(TAR) ch --exclude=CVS --to-stdout $(GSWBUNDLE_DIR_NAME) | (cd $(GSWBUNDLE_INSTALL_DIR); $(TAR) xf -)
$(GSWBUNDLE_INSTALL_DIR)::
@$(MKDIRS) $@