fix make tar target
This commit is contained in:
parent
fd4344f3c0
commit
3407e87536
2
CHANGES
2
CHANGES
@ -13,7 +13,7 @@
|
|||||||
buffer_getline is now a function, not a macro
|
buffer_getline is now a function, not a macro
|
||||||
add iob_write (send io batch through callback, e.g. for SSL)
|
add iob_write (send io batch through callback, e.g. for SSL)
|
||||||
add errmsg_info and errmsg_infosys to write to stdout instead
|
add errmsg_info and errmsg_infosys to write to stdout instead
|
||||||
epoll fix
|
epoll fix (how could this ever work?)
|
||||||
|
|
||||||
0.20:
|
0.20:
|
||||||
add errmsg API
|
add errmsg API
|
||||||
|
6
Makefile
6
Makefile
@ -310,8 +310,6 @@ iob_prefetch.o: io/iob_prefetch.c iob_internal.h iob.h io.h \
|
|||||||
uint64.h taia.h tai.h array.h
|
uint64.h taia.h tai.h array.h
|
||||||
iob_reset.o: io/iob_reset.c byte.h iob_internal.h iob.h io.h \
|
iob_reset.o: io/iob_reset.c byte.h iob_internal.h iob.h io.h \
|
||||||
uint64.h taia.h tai.h array.h
|
uint64.h taia.h tai.h array.h
|
||||||
iob_send.o: io/iob_send.c havebsdsf.h havealloca.h iob_internal.h \
|
|
||||||
iob.h io.h uint64.h taia.h tai.h array.h
|
|
||||||
iob_write.o: io/iob_write.c iob_internal.h iob.h io.h uint64.h \
|
iob_write.o: io/iob_write.c iob_internal.h iob.h io.h uint64.h \
|
||||||
taia.h tai.h array.h
|
taia.h tai.h array.h
|
||||||
mmap_private.o: mmap/mmap_private.c open.h mmap.h
|
mmap_private.o: mmap/mmap_private.c open.h mmap.h
|
||||||
@ -371,8 +369,6 @@ scan_ip4.o: socket/scan_ip4.c scan.h ip4.h
|
|||||||
scan_ip6.o: socket/scan_ip6.c scan.h ip4.h ip6.h byte.h \
|
scan_ip6.o: socket/scan_ip6.c scan.h ip4.h ip6.h byte.h \
|
||||||
uint32.h
|
uint32.h
|
||||||
scan_ip6_flat.o: socket/scan_ip6_flat.c scan.h
|
scan_ip6_flat.o: socket/scan_ip6_flat.c scan.h
|
||||||
scan_ip6if.o: socket/scan_ip6if.c ip6.h byte.h uint32.h byte.h \
|
|
||||||
socket.h uint16.h havealloca.h
|
|
||||||
socket_accept4.o: socket/socket_accept4.c windoze.h socket.h \
|
socket_accept4.o: socket/socket_accept4.c windoze.h socket.h \
|
||||||
uint16.h uint32.h havesl.h
|
uint16.h uint32.h havesl.h
|
||||||
socket_accept6.o: socket/socket_accept6.c windoze.h byte.h socket.h \
|
socket_accept6.o: socket/socket_accept6.c windoze.h byte.h socket.h \
|
||||||
@ -646,7 +642,7 @@ CURNAME=libowfat-0.20
|
|||||||
|
|
||||||
tar: clean rename
|
tar: clean rename
|
||||||
rm -f dep libdep
|
rm -f dep libdep
|
||||||
cd ..; tar cvvf $(VERSION).tar.bz2 $(VERSION) --use=bzip2 --exclude CVS
|
cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION)
|
||||||
|
|
||||||
rename:
|
rename:
|
||||||
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user