forked from Imagelibrary/rtems
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't explictly invoke $MAKE preinstall.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Don't explictly invoke $MAKE preinstall.
|
||||||
|
|
||||||
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: New.
|
* acinclude.m4: New.
|
||||||
|
|||||||
@@ -21,8 +21,7 @@ SUBDIRS = . $(RTEMS_BSP)
|
|||||||
echo "Configuring RTEMS_BSP=$$i"; \
|
echo "Configuring RTEMS_BSP=$$i"; \
|
||||||
$(mkinstalldirs) $$i; \
|
$(mkinstalldirs) $$i; \
|
||||||
( cd $$i && \
|
( cd $$i && \
|
||||||
CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \
|
CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) ) \
|
||||||
&& $(MAKE) $(AM_MAKEFLAGS) preinstall ) \
|
|
||||||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user