Skip to content
Snippets Groups Projects
Commit c21c41ff authored by layer's avatar layer
Browse files

2.2.2.17

parent fe88b7c4
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,14 @@ If there are user-visible changes in this commit, then list the ...@@ -10,6 +10,14 @@ If there are user-visible changes in this commit, then list the
<standard changelog date stamp> <standard changelog date stamp>
* <changes go here...> * <changes go here...>
*******************************************************************************
2.2.2.17
2000-07-06 Kevin Layer <layer@ultra>
* Makefile.generic: fix make clean to not die of no .out files
* Makefile.hpprism: make sure motif 1.2 is used
******************************************************************************* *******************************************************************************
2.2.2.16 2.2.2.16
......
# $Id: Makefile.generic,v 1.51 2000/06/27 05:23:20 layer Exp $ # $Id: Makefile.generic,v 1.52 2000/07/06 20:43:09 layer Exp $
# Makefile.generic for CLIM 2.0 # Makefile.generic for CLIM 2.0
all: compile cat # $(CLIM) all: compile cat # $(CLIM)
...@@ -176,7 +176,7 @@ cleanfasls: FORCE ...@@ -176,7 +176,7 @@ cleanfasls: FORCE
find . -name '*.fasl' -print | xargs rm -f find . -name '*.fasl' -print | xargs rm -f
clean: clean:
rm *.out rm -f *.out
find . -name '*.fasl' -print | xargs rm -f find . -name '*.fasl' -print | xargs rm -f
rm -f *.o *.$(SHARED_EXT) *.a slim \ rm -f *.o *.$(SHARED_EXT) *.a slim \
stub-motif.c stub-olit.c stub-xt.c stub-x.c stub-wnn.c stub-motif.c stub-olit.c stub-xt.c stub-x.c stub-wnn.c
......
# $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.16 1999/02/25 08:23:21 layer Exp $ # $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.17 2000/07/06 20:43:09 layer Exp $
# #
# Makefile.hpprism for CLIM 2.0 # Makefile.hpprism for CLIM 2.0
# #
...@@ -20,7 +20,8 @@ SET_LIBRARY_PATH = \ ...@@ -20,7 +20,8 @@ SET_LIBRARY_PATH = \
STD_DEFINES = -DSYSV STD_DEFINES = -DSYSV
AR = ar clq AR = ar clq
TKLIB=-lXm #TKLIB=-lXm
TKLIB=/lib/libXm.3
XTLIB=-lXt XTLIB=-lXt
XLIB=-lX11 XLIB=-lX11
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in ;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable. ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;; ;;
;; $Id: packages.lisp,v 1.101 2000/06/27 05:23:21 layer Exp $ ;; $Id: packages.lisp,v 1.102 2000/07/06 20:43:10 layer Exp $
(in-package :common-lisp-user) (in-package :common-lisp-user)
...@@ -3295,7 +3295,7 @@ ...@@ -3295,7 +3295,7 @@
(cl:defvar *clim-major-version* 2) (cl:defvar *clim-major-version* 2)
(cl:defvar *clim-minor-version* 2) (cl:defvar *clim-minor-version* 2)
(cl:defvar *clim-generation-version* 2) (cl:defvar *clim-generation-version* 2)
(cl:defvar *clim-build-version* 16) (cl:defvar *clim-build-version* 17)
(cl:defparameter *clim-version* (cl:defparameter *clim-version*
(cl:format () "~d.~d.~d.~a" (cl:format () "~d.~d.~d.~a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment