From e4da30858037b431880263676e8f90b1f8412a38 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Nov 2006 20:53:44 +0000 Subject: Fix from Eli for incorrect value of $(MAKE) on Cygwin. A few changes from char* to void* where appropriate, and removing of unnecessary casts. Much more work on const-ifying the codebase. This round involves some code changes to make it correct. NOTE!! There will almost certainly be problems on the non-POSIX ports that will need to be addressed after the const changes are finished: they will need to be const-ified properly and there may need to be some changes to allocate memory, etc. as well. The next (last?) big push for this, still to come, is const-ifying the filenames in struct file, struct dep, etc. This will allow us to store file names in the string cache and finally resolve Savannah bug #15182 (make uses too much memory), among other advantages. --- .cvsignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cvsignore') diff --git a/.cvsignore b/.cvsignore index fd278e9..d8801b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -21,7 +21,7 @@ config.ami configh.dos config.h.W32 config.h-vms loadavg loadavg.c make -.deps .dep_segment +.deps .dep_segment ID TAGS _* sun4 i386 i386-netbsd hp300-netbsd hp300 rs6000 sun3 news800 amiga -- cgit v1.2.3