mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Remove old Makefile rules.
This commit is contained in:
parent
4c882fe714
commit
dad6645098
5
Makefile
5
Makefile
@ -151,9 +151,6 @@ amalg:
|
||||
clean:
|
||||
$(MAKE) -C src clean
|
||||
|
||||
cleaner:
|
||||
$(MAKE) -C src cleaner
|
||||
|
||||
.PHONY: all install amalg clean cleaner
|
||||
.PHONY: all install amalg clean
|
||||
|
||||
##############################################################################
|
||||
|
@ -566,10 +566,6 @@ amalg:
|
||||
clean:
|
||||
$(HOST_RM) $(ALL_RM)
|
||||
|
||||
# Temporary rule for migration from old file layout.
|
||||
cleaner: clean
|
||||
$(HOST_RM) buildvm*
|
||||
|
||||
depend:
|
||||
@for file in $(ALL_HDRGEN); do \
|
||||
test -f $$file || touch $$file; \
|
||||
@ -584,7 +580,7 @@ depend:
|
||||
test -s $$file || $(HOST_RM) $$file; \
|
||||
done
|
||||
|
||||
.PHONY: default all amalg clean cleaner depend
|
||||
.PHONY: default all amalg clean depend
|
||||
|
||||
##############################################################################
|
||||
# Rules for generated files.
|
||||
|
Loading…
Reference in New Issue
Block a user