mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-01 02:38:15 +00:00
Common.
This commit is contained in:
14
make/repo-suite.mk
Normal file
14
make/repo-suite.mk
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
help:
|
||||||
|
@echo
|
||||||
|
@echo "Targets:"
|
||||||
|
@echo " build-clean : Clean local build files (extracts and packages). Leaves the debian packages."
|
||||||
|
@echo " clean : Clean all (build-clean and remove all packages). This will clear the entire repo."
|
||||||
|
@echo
|
||||||
|
|
||||||
|
build-clean:
|
||||||
|
@find packages -name Packages -delete
|
||||||
|
@find packages -name Packages.gz -delete
|
||||||
|
@rm -rf extracts
|
||||||
|
|
||||||
|
clean: build-clean
|
||||||
|
@find packages -name "*.deb" -delete
|
||||||
Reference in New Issue
Block a user