mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Install the system GNUsteprc to support --with-user-root needed by OGo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19982 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da4be51cc9
commit
fb7341c5eb
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,6 @@ INSTANCE_SHARED_MAKE_FILES = bundle.make headers.make java.make \
|
|||
INSTANCE_DOC_MAKE_FILES = autogsdoc.make gsdoc.make install_files.make \
|
||||
javadoc.make latex.make texi.make
|
||||
|
||||
|
||||
all: generated-files which_lib$(EXEEXT) user_home$(EXEEXT)
|
||||
|
||||
# Please note that you should use a bit of care in the following rule,
|
||||
|
@ -188,6 +187,8 @@ endif
|
|||
$(INSTALL_DATA) config.make $(makedir)/$(GNUSTEP_TARGET_DIR))
|
||||
$(EC)($(srcdir)/mkinstalldirs $(GNUSTEP_SYSTEM_ROOT)/share; \
|
||||
$(INSTALL_DATA) $(srcdir)/config.site $(GNUSTEP_SYSTEM_ROOT)/share)
|
||||
$(EC)(echo "Installing system GNUsteprc"; \
|
||||
$(INSTALL_DATA) GNUsteprc $(GNUSTEP_SYSTEM_ROOT)/.GNUsteprc)
|
||||
$(EC)(if [ "@GNUSTEP_STRIP_MAKEFILES@" = "strip" ]; then \
|
||||
echo "Stripping makefiles and shell scripts..."; \
|
||||
cd $(makedir); ./strip_makefiles.sh; \
|
||||
|
@ -239,6 +240,7 @@ uninstall:
|
|||
rm -f $(makedir)/executable.template
|
||||
rm -f $(GNUSTEP_SYSTEM_ROOT)/share/config.site
|
||||
rm -f $(makedir)/$(GNUSTEP_TARGET_DIR)/config.make
|
||||
rm -f $(GNUSTEP_SYSTEM_ROOT)/.GNUsteprc
|
||||
-for f in $(makedir)/$(GNUSTEP_TARGET_CPU) \
|
||||
$(makedir)/$(GNUSTEP_TARGET_DIR) \
|
||||
$(makedir)/Additional \
|
||||
|
|
Loading…
Reference in a new issue