mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Tidied line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bdf01a90ab
commit
09e9167fd3
5 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ endif
|
||||||
# The list of directory names with the subprojects is in the makefile
|
# The list of directory names with the subprojects is in the makefile
|
||||||
# variable SUBPROJECTS
|
# variable SUBPROJECTS
|
||||||
#
|
#
|
||||||
SUBPROJECTS:=$(strip $(SUBPROJECTS))
|
SUBPROJECTS := $(strip $(SUBPROJECTS))
|
||||||
|
|
||||||
#
|
#
|
||||||
# Internal targets
|
# Internal targets
|
||||||
|
|
|
@ -25,7 +25,7 @@ ifeq ($(RULES_MAKE_LOADED),)
|
||||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
APP_NAME:=$(strip $(APP_NAME))
|
APP_NAME := $(strip $(APP_NAME))
|
||||||
|
|
||||||
internal-all:: $(APP_NAME:=.all.app.variables)
|
internal-all:: $(APP_NAME:=.all.app.variables)
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ ifeq ($(RULES_MAKE_LOADED),)
|
||||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUNDLE_NAME:=$(strip $(BUNDLE_NAME))
|
BUNDLE_NAME := $(strip $(BUNDLE_NAME))
|
||||||
|
|
||||||
internal-all:: $(BUNDLE_NAME:=.all.bundle.variables)
|
internal-all:: $(BUNDLE_NAME:=.all.bundle.variables)
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
# xxx_PRINCIPAL_CLASS variable.
|
# xxx_PRINCIPAL_CLASS variable.
|
||||||
#
|
#
|
||||||
|
|
||||||
JAVA_TOOL_NAME:=$(strip $(JAVA_TOOL_NAME))
|
JAVA_TOOL_NAME := $(strip $(JAVA_TOOL_NAME))
|
||||||
|
|
||||||
ifeq ($(RULES_MAKE_LOADED),)
|
ifeq ($(RULES_MAKE_LOADED),)
|
||||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||||
|
|
|
@ -24,7 +24,7 @@ ifeq ($(RULES_MAKE_LOADED),)
|
||||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
JAVA_PACKAGE_NAME:=$(strip $(JAVA_PACKAGE_NAME))
|
JAVA_PACKAGE_NAME := $(strip $(JAVA_PACKAGE_NAME))
|
||||||
|
|
||||||
internal-all:: $(JAVA_PACKAGE_NAME:=.all.java-package.variables)
|
internal-all:: $(JAVA_PACKAGE_NAME:=.all.java-package.variables)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue