bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU make does not compile caused by bad makefiles


From: Joerg Schilling
Subject: GNU make does not compile caused by bad makefiles
Date: Sun, 17 Apr 2005 12:38:50 +0200
User-agent: nail 11.2 8/15/04

'gmake' does not compile in case you use 'smake'

ftp://ftp.berlios.de/pub/smake/alpha/

The reason is that GNU make comes with two files:

        SMakefile & glob/SMakefile

that contain no valid 'make' syntax.

GNU make first looks for the following files:

        "GNUmakefile", "Makefile", "SMakefile",

smake does a similar thing and looks for:

        "SMakefile", "Makefile", "makefile",

smake uses this method in order to be able to bootstrap a
smake compilation with a "dumb" make program.

/*--------------------------------------------------------------------------*/
Expected fix for this problem:

        Remove SMalefile & glob/SMakefile from the gmake source
        distribution.

/*--------------------------------------------------------------------------*/

Jörg

-- 
 EMail:address@hidden (home) Jörg Schilling D-13353 Berlin
       address@hidden           (uni)  
       address@hidden   (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily




reply via email to

[Prev in Thread] Current Thread [Next in Thread]