forked from Imagelibrary/rtems
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't create $ARCH as side-effect of compilation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Don't create $ARCH as side-effect of compilation.
|
||||||
|
|
||||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/Makefile.am: Remove.
|
* include/Makefile.am: Remove.
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ $(LIB): ${OBJS}
|
|||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
${ARCH}/%.$(OBJEXT): src/%.c
|
${ARCH}/%.$(OBJEXT): src/%.c
|
||||||
test -d ${ARCH} || mkdir ${ARCH}
|
|
||||||
${COMPILE} -o $@ -c $<
|
${COMPILE} -o $@ -c $<
|
||||||
|
|
||||||
UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c src/network.c \
|
UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c src/network.c \
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Don't create $ARCH as side-effect of compilation.
|
||||||
|
|
||||||
2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>
|
2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>
|
||||||
|
|
||||||
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the
|
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the
|
||||||
|
|||||||
@@ -178,7 +178,6 @@ $(LIB): ${OBJS}
|
|||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
${ARCH}/%.$(OBJEXT): src/%.c
|
${ARCH}/%.$(OBJEXT): src/%.c
|
||||||
test -d $(ARCH) || mkdir $(ARCH)
|
|
||||||
${COMPILE} -o $@ -c $<
|
${COMPILE} -o $@ -c $<
|
||||||
|
|
||||||
# temporary so we can see how many things are left to implement
|
# temporary so we can see how many things are left to implement
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Don't create $ARCH as side-effect of compilation.
|
||||||
|
|
||||||
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/Makefile.am: Remove.
|
* include/Makefile.am: Remove.
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ $(LIB): ${OBJS}
|
|||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
${ARCH}/%.$(OBJEXT): src/%.c
|
${ARCH}/%.$(OBJEXT): src/%.c
|
||||||
test -d $(ARCH) || mkdir $(ARCH)
|
|
||||||
${COMPILE} -o $@ -c $<
|
${COMPILE} -o $@ -c $<
|
||||||
|
|
||||||
EXTRA_DIST += $(C_FILES)
|
EXTRA_DIST += $(C_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user