diff options
author | K. Richard Pixley <rich@cygnus> | 1992-07-10 21:29:16 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-07-10 21:29:16 +0000 |
commit | 8b510607dede9e0ffabb4b37a279dd0bc00ae260 (patch) | |
tree | a2342610129328ba6713a81c317813cc92bc41a3 /test-build.mk | |
parent | c12d9b4c66bc9e1607842175e73851d1d03d1f13 (diff) | |
download | gdb-8b510607dede9e0ffabb4b37a279dd0bc00ae260.zip gdb-8b510607dede9e0ffabb4b37a279dd0bc00ae260.tar.gz gdb-8b510607dede9e0ffabb4b37a279dd0bc00ae260.tar.bz2 |
corrected for devo
Diffstat (limited to 'test-build.mk')
-rw-r--r-- | test-build.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test-build.mk b/test-build.mk index 43338e3..665bad2 100644 --- a/test-build.mk +++ b/test-build.mk @@ -23,21 +23,22 @@ else ### ### from which cvs tree are we working? -TREE := progressive +TREE := devo ### binaries should be installed into? ROOTING := /usr/cygnus ### When working from a tagged set of source, this should be the tag. If not, ### then set the macro to be empty. -CVS_TAG := -r emacs-920529 +#CVS_TAG := -r emacs-920529 +CVS_TAG := ### The name of the cvs module for this release. The intersection of ### CVS_MODULE and CVS_TAG defines the source files in this release. -CVS_MODULE := progressive-emacs +CVS_MODULE := devo ### Historically, this was identical to CVS_TAG. This is changing. -RELEASE_TAG := progressive-920529 +RELEASE_TAG := latest ### Historically, binaries were installed here. This is changing. release_root := $(ROOTING)/$(RELEASE_TAG) |