Skip to content
Snippets Groups Projects
Commit 3af6730c authored by Natanael Copa's avatar Natanael Copa
Browse files

alpine.mk remove unused vars

parent 261787ab
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@ BUSYBOX_APK := $(call find_apk,busybox)
APK_TOOLS_APK := $(call find_apk,apk-tools)
SYSLINUX_APK := $(call find_apk,syslinux)
STRACE_APK := $(call find_apk,strace)
ACCT_APK := $(call find_apk,acct)
APKS_FILTER ?= | grep -v -- '-dev$$' | grep -v 'sources'
......@@ -77,7 +76,7 @@ endif
clean:
rm -rf $(MODLOOP) $(MODLOOP_DIR) $(MODLOOP_DIRSTAMP) \
$(INITFS) $(INITFS_DIRSTAMP) $(INITFS_DIR) \
$(ISO_DIR) $(REPOS_DIRSTAMP) $(ISO_REPOS_DIRSTAMP)
$(ISO_DIR) $(ISO_REPOS_DIRSTAMP)
$(APK_FILES):
......@@ -95,7 +94,7 @@ MODLOOP_DIRSTAMP := $(DESTDIR)/stamp.modloop
modloop: $(MODLOOP)
$(MODLOOP_DIRSTAMP): $(REPOS_DIRSTAMP) $(MOD_APKS)
$(MODLOOP_DIRSTAMP): $(MOD_APKS)
@rm -rf $(MODLOOP_DIR)
@mkdir -p $(MODLOOP_DIR)/lib/modules/
@for i in $(MOD_APKS); do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment