Browse Source

tests: rules.mk: kill rcs/sccs support

If you can read this, you're not using a version control system affected by
this change ;)

Before: make -d | wc -l ==> 992
After:  make -d | wc -l ==> 452
pull/536/merge
Karl Palsson 9 years ago
parent
commit
39c29b8fdf
  1. 7
      tests/rules.mk

7
tests/rules.mk

@ -108,6 +108,13 @@ LDLIBS += -Wl,--start-group -lc -lgcc -lnosys -Wl,--end-group
.SUFFIXES:
.SUFFIXES: .c .h .o .cxx .elf .bin .list .lss
# Bad make, never *ever* try to get a file out of source control by yourself.
%: %,v
%: RCS/%,v
%: RCS/%
%: s.%
%: SCCS/s.%
all: $(PROJECT).elf $(PROJECT).bin
flash: $(PROJECT).flash

Loading…
Cancel
Save