diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 14:59:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 19:34:19 +0900 |
| commit | cdd07aa722936777bdd235321e02dbdb87bdd476 (patch) | |
| tree | 7ac2240c96299684e6b070cd6d2c36b5e113101f /Makefile.cvs | |
| parent | eaa95dcf8a3c952a3a912ee5159bab3256a5b897 (diff) | |
| download | smb4k-cdd07aa7.tar.gz smb4k-cdd07aa7.zip | |
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51094b178388afed7ec665688148d389111bec84)
Diffstat (limited to 'Makefile.cvs')
| -rw-r--r-- | Makefile.cvs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index be59a86..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,14 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - @if test ! -d admin; then \ - echo "Please recheckout this module!" ;\ - echo "for cvs: use checkout once and after that update again" ;\ - echo "for cvsup: checkout kde-common from cvsup and" ;\ - echo " link kde-common/admin to ./admin" ;\ - exit 1 ;\ - fi - $(MAKE) -f admin/Makefile.common cvs - -.SILENT: |
