mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Fixed make clean to remove all old gophernicus-VERSION.tar.gz files
This commit is contained in:
parent
42ac42ed8e
commit
f6c7407710
@ -1,5 +1,14 @@
|
||||
[ Automatically generated from git log ]
|
||||
|
||||
2017-02-01 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Enabled large file support on 32-bit Linux and AIX
|
||||
* Remove sendfile() support from Linux
|
||||
|
||||
2016-12-30 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Changed copyright years to include 2017 - Happy New Year
|
||||
|
||||
2016-12-11 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Released version 2.2
|
||||
|
4
Makefile
4
Makefile
@ -8,7 +8,7 @@
|
||||
NAME = gophernicus
|
||||
PACKAGE = $(NAME)
|
||||
BINARY = in.$(NAME)
|
||||
VERSION = 2.2
|
||||
VERSION = 2.3-alpha
|
||||
CODENAME = for Workgroups
|
||||
|
||||
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||
@ -123,7 +123,7 @@ files.h: bin2c
|
||||
clean: clean-build clean-deb
|
||||
|
||||
clean-build:
|
||||
rm -f $(BINARY) $(OBJECTS) $(TGZ) $(HEADERS) README.options bin2c .ChangeLog
|
||||
rm -f $(BINARY) $(OBJECTS) $(PACKAGE)-*.tar.gz $(HEADERS) README.options bin2c .ChangeLog
|
||||
|
||||
clean-deb:
|
||||
if [ -d debian/$(PACKAGE) ]; then fakeroot debian/rules clean; fi
|
||||
|
Loading…
Reference in New Issue
Block a user