mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
24157f9308
commit
5d4734084d
@ -106,7 +106,7 @@ endif
|
||||
endef
|
||||
|
||||
define ROOTFS_TARGET
|
||||
$(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1)))
|
||||
$(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1)))
|
||||
endef
|
||||
|
||||
include $(sort $(wildcard fs/*/*.mk))
|
||||
|
@ -37,7 +37,7 @@ HOST_OMNIORB_CONF_OPTS += --disable-longdouble
|
||||
# required. The tools however are host related and should never
|
||||
# be required on target.
|
||||
define OMNIORB_ENABLE_EXTRA_APPS
|
||||
$(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk
|
||||
$(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OMNIORB_WITH_APPS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user