summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:02:52 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:02:52 -0500
commit7761286352e7bceab2904f60ed9293a9eae7757f (patch)
treee790b50e02cb267edce3268bf69768a249ca6ab3
parent893db5b73209a0769a67b32b4f69b24556d71375 (diff)
downloadminitramfs-7761286352e7bceab2904f60ed9293a9eae7757f.tar.xz
minitramfs-7761286352e7bceab2904f60ed9293a9eae7757f.zip
Makefile: FORCE really does need to be at the end
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2cc89f5..96b3695 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,6 @@ KERNVER ?= $(lastword $(subst /,$(space),$(wildcard /lib/modules/*/)))
# slightly faster
MAKEFLAGS += -r
-FORCE:
-
all: initramfs.img
initramfs.img: gen_init_cpio make modules.dep $(shell awk '$$1 == "file" { print $$3 }' cpio_list.txt)
@@ -34,3 +32,4 @@ clean:
-include initramfs.d
.PHONY: all install clean
+FORCE: