Commit 9bf1de0a authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Siarhei Siamashka
Browse files

Makefile: use force option when creating symlinks



So it doesn't error out if the symlink already exists (E.G. is pointing to
the old name).

Also add the -n option for consistency with the install target.
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent 0f691878
...@@ -72,7 +72,7 @@ clean: ...@@ -72,7 +72,7 @@ clean:
$(TOOLS) $(TARGET_TOOLS): Makefile common.h $(TOOLS) $(TARGET_TOOLS): Makefile common.h
fex2bin bin2fex: sunxi-fexc fex2bin bin2fex: sunxi-fexc
ln -s $< $@ ln -nsf $< $@
sunxi-fexc: fexc.h script.h script.c \ sunxi-fexc: fexc.h script.h script.c \
script_uboot.h script_uboot.c \ script_uboot.h script_uboot.c \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment