summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-07-04 09:09:31 +0000
committerneal <neal>2008-07-04 09:09:31 +0000
commit4d574251ffe42951ac80b11ad2f82e66a2f88e43 (patch)
treee111964ca72ccbbe369a0407342a02886c6a6980
parent3a1baf63e36c9add56f39e1f72804165b7312d9e (diff)
2008-07-04 Neal H. Walfield <neal@gnu.org>
* Makefile.am (all-local) [! ENABLE_TESTS]: Only define in this case. (viengoos.striped) [! ENABLE_TESTS]: Likewise.
-rw-r--r--viengoos/ChangeLog6
-rw-r--r--viengoos/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 2c18dee..27d21bd 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,11 @@
2008-07-04 Neal H. Walfield <neal@gnu.org>
+ * Makefile.am (all-local) [! ENABLE_TESTS]: Only define in this
+ case.
+ (viengoos.striped) [! ENABLE_TESTS]: Likewise.
+
+2008-07-04 Neal H. Walfield <neal@gnu.org>
+
* activity.c: Include "zalloc.h" and "memory.h".
(activity_dump): Also print the total amount of memory, the
available memory, and the memory on the laundry list.
diff --git a/viengoos/Makefile.am b/viengoos/Makefile.am
index dd25e78..10243cd 100644
--- a/viengoos/Makefile.am
+++ b/viengoos/Makefile.am
@@ -25,11 +25,11 @@ endif
bootdir = $(prefix)/boot
if ! ENABLE_TESTS
boot_PROGRAMS = viengoos
-endif
-all-local: viengoos.striped
+all-local: viengoos.stripped
viengoos.striped: viengoos
strip -o $@ $<
+endif
# We need the libc headers for errno.h -I$(LIBC)/include
viengoos_CPPFLAGS = $(KERNEL_CPPFLAGS)