Manuel, In are earlier email (the TODO list) you stated one of the goals as "- To develop the code to create the Makefile" Are you looking for a linear makefile where the current package depends on the build of the previous package.. i.e. pkg-1: pkg-2: pkg-1 pkg-3: pkg-2 ..etc <make code>
or ( from blfs-parser.sh koffice ) koffice: libxslt kdebase <code> libxslt: <code> kdebase: jdk kdelibs <code> kdelibs: gamin aRts <code> gamin: glib2 <code> aRts: qt <code> qt: libmng <code> jdk: x-window-system <code> x-window-system: xorg7 <code> xorg7: xorg7-driver luit xorg7-lib xorg7-util <code> xorg7-driver: xorg7-server <code> xorg7-server: xorg7-font <code> xorg7-font: xorg7-app xorg7-data <code> xorg7-app: <code> xorg-data: <code> xorg7-lib: fontconfig <code> fontconfig: <code> xorg7-util: <code> luit: <code> -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
