summaryrefslogtreecommitdiff
path: root/Imakefile
diff options
context:
space:
mode:
authordawes <dawes>1998-08-02 05:16:47 +0000
committerdawes <dawes>1998-08-02 05:16:47 +0000
commit54544056e3d75cfed9af9e0310e463b6d4d2a95f (patch)
tree071ba796583f16188a26092597a0aa603757bd04 /Imakefile
parent9033acf9d057f1fb6a3481f8e58e902fca3bad07 (diff)
#1850
DESIGN doc updates bring in some xc/config/cf changes from the 3.3 branch
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Imakefile b/Imakefile
index 88aa9cd95..5c3035951 100644
--- a/Imakefile
+++ b/Imakefile
@@ -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))