mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 08:50:54 +00:00
Make sure we always install with the correct user/group as specified
by INSTALL_AS_USER and INSTALL_AS_GROUP git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8b911d547
commit
7d4c6aaf02
17 changed files with 85 additions and 32 deletions
|
@ -115,12 +115,12 @@ internal-java_package-install:: install-java_package
|
|||
|
||||
internal-install-java-dirs:: $(JAVA_INSTALLATION_DIR)
|
||||
ifneq ($(JAVA_OBJ_FILES),)
|
||||
$(MKDIRS) \
|
||||
$(MKINSTALLDIRS) \
|
||||
$(addprefix $(JAVA_INSTALLATION_DIR)/,$(dir $(JAVA_OBJ_FILES)))
|
||||
endif
|
||||
|
||||
$(JAVA_INSTALLATION_DIR):
|
||||
$(MKDIRS) $(JAVA_INSTALLATION_DIR)
|
||||
$(MKINSTALLDIRS) $(JAVA_INSTALLATION_DIR)
|
||||
|
||||
# Say that you have a Pisa.java source file. Here we install both
|
||||
# Pisa.class (the main class) and also, if they exist, all class files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue