CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 07:05:21
Modified files:
usr.bin/make : Makefile make.c suff.c suff.h
Added files:
usr.bin/make : expandchildren.c expandchildren.h
Log message:
move a large chunk of suff.c into its own file (independent functions which
are not really directly related to suffix handling), so that I can eventually
understand how this whole thing works.
