forked from Imagelibrary/rtems
Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>: This patch removes MKDIR from RTEMS source tree and fixes another small bug in the definition of INSTALL_VARIANT (cf. to the patch itself for details, it should be self-explanatory) After applying the patch please do: cvs rm aclocal/mkdir.m4 ./autogen
This commit is contained in:
@@ -25,7 +25,7 @@ RM=@RM@ -f
|
||||
CP=@CP@
|
||||
MV=@MV@
|
||||
LN=@LN@
|
||||
MKDIR=@MKDIR@
|
||||
MKDIR=mkdir
|
||||
CHMOD=@CHMOD@
|
||||
SED=@SED@
|
||||
M4=@M4@
|
||||
@@ -34,7 +34,7 @@ M4=@M4@
|
||||
PACKHEX=$(PROJECT_TOOLS)/packhex
|
||||
|
||||
INSTALL_CHANGE=$(PROJECT_TOOLS)/install-if-change
|
||||
INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)"
|
||||
INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"
|
||||
|
||||
# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture
|
||||
# of '\\' and '/' as path separators.
|
||||
|
||||
Reference in New Issue
Block a user