svn commit: trunk/uClibc

Peter Mazinger ps.m at gmx.net
Mon Oct 31 18:09:38 UTC 2005


> --- Ursprüngliche Nachricht ---
> Von: vapier at uclibc.org
> An: uclibc-cvs at uclibc.org
> Betreff: svn commit: trunk/uClibc
> Datum: Sun, 30 Oct 2005 14:37:11 -0800 (PST)
> 
> Author: vapier
> Date: 2005-10-30 14:37:07 -0800 (Sun, 30 Oct 2005)
> New Revision: 12081
> 
> Log:
> add a headers target when the config file doesnt exist, and move the clean
> targets out of the .config if
> 
> Modified:
>    trunk/uClibc/Makefile

this file is a copy of Makefile.in, I will change it to only include
Makefile.in

Peter
> 
> 
> Changeset:
> Modified: trunk/uClibc/Makefile
> ===================================================================
> --- trunk/uClibc/Makefile	2005-10-30 22:26:01 UTC (rev 12080)
> +++ trunk/uClibc/Makefile	2005-10-30 22:37:07 UTC (rev 12081)
> @@ -304,6 +304,10 @@
>  	@./extra/config/mconf extra/Configs/Config.in
>  	$(MAKE) headers
>  
> +headers:
> +	@echo "Need to make a config file first, run: make menuconfig"
> +	@false
> +
>  config: extra/config/conf
>  	$(RM) -r include/bits
>  	$(INSTALL) -d include/bits
> @@ -340,6 +344,8 @@
>  	$(INSTALL) -d include/bits
>  	@./extra/config/conf -d extra/Configs/Config.in
>  
> +endif # ifeq ($(HAVE_DOT_CONFIG),y)
> +
>  clean:
>  	@$(RM) -r lib include/bits
>  	$(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a
> @@ -376,8 +382,6 @@
>  	tar czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
>  	du -b ../uClibc-$(VERSION).tar.gz
>  
> -endif # ifeq ($(HAVE_DOT_CONFIG),y)
> -
>  include $(top_srcdir)Makerules
>  
>  check:
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++



More information about the uClibc mailing list