mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
makefile cleanup for avahi
This commit is contained in:
parent
91850d7855
commit
9da2e71d63
@ -145,11 +145,13 @@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled
|
$(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled
|
||||||
|
mkdir -p $(STAGING_DIR)/etc/avahi
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(AVAHI_DIR) install
|
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(AVAHI_DIR) install
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
|
$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
|
||||||
mkdir -p $(TARGET_DIR)/etc/avahi
|
mkdir -p $(TARGET_DIR)/etc/avahi
|
||||||
|
mkdir -p $(TARGET_DIR)/etc/init.d
|
||||||
mkdir -p $(TARGET_DIR)/var/lib
|
mkdir -p $(TARGET_DIR)/var/lib
|
||||||
mkdir -p $(TARGET_DIR)/usr/share/udhcpc
|
mkdir -p $(TARGET_DIR)/usr/share/udhcpc
|
||||||
cp -af $(STAGING_DIR)/etc/avahi/avahi-autoipd.action $(TARGET_DIR)/etc/avahi/
|
cp -af $(STAGING_DIR)/etc/avahi/avahi-autoipd.action $(TARGET_DIR)/etc/avahi/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user