From: danw Date: Fri, 11 Jul 1997 00:04:09 +0000 (+0000) Subject: remove support for automatically building in a separate tree (because it X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/0aa8542b22cbdbd0d6dad46a4115bec2a8a0a8b7 remove support for automatically building in a separate tree (because it was too hard to get gdss to work with it, and because all of the other packages that used to do it have moved away from it--if you want to build off a symlink farm, you can use synctree) --- diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index eea654e8..1f15b6d3 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -137,13 +137,6 @@ name:: @@\ echo "### Done with" `pwd`); \ @@\ done -#define src_target() @@\ -src:: ${CODE} @@\ - @@\ -${CODE}: @@\ - $(RM) $@ @@\ - -$(LN) ${SRCDIR}/$@ $@ - #define do_subdirs_no_imakefile(subdirs) @@\ foreach_subdirs(all, subdirs) @@\ foreach_subdirs(install, subdirs) @@\ diff --git a/util/imake.includes/Imake.tmpl b/util/imake.includes/Imake.tmpl index 1e9f339e..202dd1a7 100644 --- a/util/imake.includes/Imake.tmpl +++ b/util/imake.includes/Imake.tmpl @@ -41,7 +41,6 @@ do_subdirs($(SUBDIRS)) depend_target() clean_target() makefile_target() -src_target() install::