mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -127,10 +127,10 @@ fakeroot-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
|
||||
ifeq ($(BR2_PACKAGE_FAKEROOT),y)
|
||||
TARGETS+=fakeroot
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(BR2_HOST_FAKEROOT)),y)
|
||||
ifeq ($(BR2_HOST_FAKEROOT),y)
|
||||
HOST_SOURCE+=fakeroot-source
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user