]> andersk Git - moira.git/commitdiff
remove support for automatically building in a separate tree (because it
authordanw <danw>
Fri, 11 Jul 1997 00:04:09 +0000 (00:04 +0000)
committerdanw <danw>
Fri, 11 Jul 1997 00:04:09 +0000 (00:04 +0000)
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)

util/imake.includes/Imake.rules
util/imake.includes/Imake.tmpl

index eea654e801ce97825a75afd65d53b80f9829230b..1f15b6d3259d360375903e4e4e3d9d2929727304 100644 (file)
@@ -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)                               @@\
index 1e9f339e0fdd90a78f56d0b758831fbae271f9b2..202dd1a7b99925596b0da985cabd731eb676cec7 100644 (file)
@@ -41,7 +41,6 @@ do_subdirs($(SUBDIRS))
 depend_target()
 clean_target()
 makefile_target()
-src_target()
 
 install::
 
This page took 0.071626 seconds and 5 git commands to generate.