forked from Imagelibrary/rtems
2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstall-stamp.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstall-stamp.
|
||||
|
||||
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
Posix-BSP-Hacks:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../aclocal
|
||||
|
||||
SUBDIRS = @BSP_SUBDIRS@
|
||||
SUBDIRS = . @BSP_SUBDIRS@
|
||||
|
||||
clean-local:
|
||||
$(RM) -r $(PROJECT_RELEASE)
|
||||
@@ -31,5 +31,12 @@ make/custom/%.cfg: $(srcdir)/$(cfg_dir)/custom/%.cfg
|
||||
noinst_DATA += make/custom/default.cfg
|
||||
DISTCLEANFILES += make/custom/default.cfg
|
||||
|
||||
noinst_DATA += preinstall-stamp
|
||||
|
||||
preinstall-stamp:
|
||||
$(MAKE) $(AM_MAKEFLAGS) preinstall
|
||||
touch preinstall-stamp
|
||||
CLEANFILES = preinstall-stamp
|
||||
|
||||
include $(top_srcdir)/../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../automake/host.am
|
||||
|
||||
Reference in New Issue
Block a user