On 3/15/07, George Boudreau <[EMAIL PROTECTED]> wrote:
>
>    If you want to abort the makefile after a selected package has been
> built we would need a testing method for a breakpoint variable passed on
> the cmd line.
>   make BREAKPOINT=028-binutils-pass1
> ...
> mk_LUSER: mk_SETUP
>
>      @$(call echo_SULUSER_request)
>
>      @(sudo $(SU_LUSER)
>         "source .bashrc && \
>                  cd $(MOUNT_PT)/$(SCRIPT_ROOT) &&
>                  make BREAKPOINT=$(BREAKPOINT) LUSER"
>      @touch $@

More generally, the targets can just be passed through for make. So,
with my previous patch, you'd do

@(sudo $(SU_LUSER) "... && make LUSER_TARGETS="$(LUSER_TARGETS)" LUSER)

That should achieve the affect I'm after without really adding anything new.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to