[syslinux] [PATCH 1/1] com32/libutil/Makefile: Duplicate spotless target

H. Peter Anvin hpa at zytor.com
Sun Nov 2 09:36:38 PST 2008


Gene Cumm wrote:
> 
> diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
> index 02789ca..c1a17e1 100644
> --- a/com32/libutil/Makefile
> +++ b/com32/libutil/Makefile
> @@ -52,7 +52,7 @@ tidy dist:
>         rm -f *.o *.lo *.lst *.elf .*.d *.tmp
> 
>  clean: tidy
> -       rm -f *.lnx libutil_lnx.a
> +       rm -f *.lnx libutil_com.a libutil_lnx.a
> 
>  spotless: clean
>         rm -f *.lss *.a *.c32 *.com
> 
> Your comment in the commit is that ' "make clean" must NOT remove
> stuff that "make installer" should not rebuild.'  Does that mean that
> make clean should remove both libutil_com.a and libutil_lnx.a?
> 

No, libutil_com.a is running on the target, and so should not be
affected by "make installer".  libutil_lnx.a runs on the Linux host,
however, and should (it contains a dependency on the host libc.)

This isn't really working quite right yet.

	-hpa




More information about the Syslinux mailing list