From: Masatake Y. <je...@gy...> - 2004-05-23 15:58:32
|
Different from bash, the source code of GNU make is managed by cvs( http://savannah.gnu.org/cgi-bin/viewcvs/make/make/). So I higly recommend you to try arch to manage your remake source code. http://www.dwheeler.com/essays/scm.html You can do (1) make synchronize your remake source code and the original GNU make source in CVS repository; and (2) you can manage your remake source code under version control system. |