changeset 5420:e7516c7a6674

/GUB: GNUmakefile tweaks. Add db, gdbm.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 26 Jul 2009 23:07:33 +0200
parents 8582a909d76f
children 82260ec25d20
files GNUmakefile
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Sun Jul 26 23:07:09 2009 +0200
+++ b/GNUmakefile	Sun Jul 26 23:07:33 2009 +0200
@@ -87,13 +87,14 @@
 BUILD_ARCHITECTURE = $(shell $(PYTHON) bin/build-architecture)
 UNTAR = cd $(ROOT)/$(BUILD_ARCHITECTURE) && for i in $$(find packages -name "*.gup"); do tar xzf $$i; done
 
-# unbuildable, almost
-# ncurses\
 
 boot_packs =\
  librestrict\
  dash\
  gawk\
+ grep\
+ coreutils\
+ ncurses\
  texinfo\
  cross/binutils\
  cross/gcc-core\
@@ -102,7 +103,6 @@
  cross/gcc\
  glibc\
  bash\
- coreutils\
  tar\
  make\
  sed\
@@ -110,11 +110,12 @@
  libtool\
  fakeroot\
  fakechroot\
- makedev\
  expat\
  zlib\
  db\
+ gdbm\
  python\
+ makedev\
 
 #
 
@@ -125,6 +126,7 @@
  cross/gcc-core\
  dash\
  db\
+ gdbm\
  expat\
  fakechroot\
  fakeroot\