[Buildroot] [PATCH] Add package for Gnome NetworkManager

Daniel Mack zonque at gmail.com
Fri Dec 2 12:04:01 UTC 2011


On 12/02/2011 01:00 PM, Thomas Petazzoni wrote:
> Le Fri,  2 Dec 2011 12:14:39 +0100,
> Daniel Mack <zonque at gmail.com> a écrit :
> 
>> +	test -z "`ls -A $(TARGET_DIR)/etc/rc.d`" && rmdir $(TARGET_DIR)/etc/rc.d || echo ""
> 
> Isn't rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/etc/rc.d a bit
> simpler ?

:) See the other thread. I solved it with a rmdir || echo "" for now,
not to rely on the host's mkdir to have that particular feature.

>> +$(eval $(call AUTOTARGETS,package,network-manager))
> 
> Should just be
> 
> $(eval $(call AUTOTARGETS))

Fixed already in the 2nd version I sent.


Thanks,
Daniel



More information about the buildroot mailing list