[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lost] Patch um alle Makefile.all
Grundsätzlich ok, aber ich mag Codeduplikation nicht:
> ===================================================================
> --- src/modules/tcpip/Makefile.all (Revision 590)
> +++ src/modules/tcpip/Makefile.all (Arbeitskopie)
> @@ -1,4 +1,7 @@
> shopt -s extglob
+export LOST_BUILDMK_ROOT=$3
Zumindest das Export müßte sich in die Makefile verlagern lassen, damit
man das nicht bei jeder Makefile.all neu reinschreiben muß.
+source $3/config.sh
Und hier würde ich vorschlagen: source $LOST_BUILDMK_ROOT/config.sh