diff options
author | dawes <dawes> | 1998-08-02 05:16:47 +0000 |
---|---|---|
committer | dawes <dawes> | 1998-08-02 05:16:47 +0000 |
commit | 54544056e3d75cfed9af9e0310e463b6d4d2a95f (patch) | |
tree | 071ba796583f16188a26092597a0aa603757bd04 /Imakefile | |
parent | 9033acf9d057f1fb6a3481f8e58e902fca3bad07 (diff) |
#1850
DESIGN doc updates
bring in some xc/config/cf changes from the 3.3 branch
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ XCOMM $XConsortium: Imakefile /main/137 1996/10/08 07:38:14 swick $ -XCOMM $XFree86: xc/Imakefile,v 3.12 1997/06/03 14:11:01 hohndel Exp $ +XCOMM $XFree86: xc/Imakefile,v 3.14 1998/01/01 14:51:29 robin Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -42,8 +42,12 @@ DependSubdirs($(SUBDIRS)) #ifndef OS2Architecture VerifyOS:: @echo "" - @echo Building on OSName. + @echo Building on OSName "("OSMajorVersion"."OSMinorVersion"."OSTeenyVersion")." + @echo "" +#ifdef LinuxArchitecture + @echo libc version LinuxCLibMajorVersion"."LinuxCLibMinorVersion"."LinuxCLibTeenyVersion @echo "" +#endif includes:: MakeDir($(BUILDINCDIR)) |