soeben wollte ich mal schauen, wo es denn beim util-linux hängt.
Dummerweise ging das nicht:
Code: Alles auswählen
make: *** No rule to make target `utillinux'. Stop.
Wie wäre es, wenn durch das configure nur die "default-Targets" geändert würden, also das, was bei "make flash-foo" gebaut wird, aber egal wie configured wurde, immer alle targets zum manuell bauen zur Verfügung stünden? (soweit möglich).
Ich habe mir so geholfen:
Code: Alles auswählen
diff --git a/Makefile.am b/Makefile.am
index a7ec297..881f38a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,14 +48,8 @@ include make/contrib-libs.mk
# Some non-GUI applications, none of which are essential
include make/contrib-apps.mk
-# Some IDE/HDD tools and applications if IDE-support enabled
-if ENABLE_IDE
+# Some IDE/HDD tools and applications
include make/ide-apps.mk
-else
-if ENABLE_MMC
-include make/ide-apps.mk
-endif
-endif
# Tools (debugger etc) for the Tuxbox developer
include make/development-tools.mk