1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
TOP := $(shell pwd) .PHONY: all all: .PHONY: clean clean: @rm -rf package @rm -rf *.deb @rm -rf patch-replacements @rm -rf .package .PHONY: release release: ../tools/deb_unpack neutron-common_*.deb $(ORIGISO) patch -s -p0 < quota.patch ../tools/deb_pack $(REVSTATE) @cp *.deb ../release/packages @cat patch-replacements >> ../release/patch-replacements