This commit is contained in:
David Rose 2004-09-22 23:25:29 +00:00
parent 50f0ebf987
commit 8547eff84d
4 changed files with 0 additions and 12 deletions

View File

@ -40,9 +40,6 @@
#if $[eq $[DIRECT],]
#error You seem to be attached to some trees, but not DIRECT!
#endif
#if $[ne $[canonical $[DIRECT]], $[canonical $[TOPDIR]]]
#error You are not attached to the right DIRECT!
#endif
#else
#defer DIRECT_INSTALL $[unixfilename $[INSTALL_DIR]]
#defer DIRECT_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]

View File

@ -40,9 +40,6 @@
#if $[eq $[DTOOL],]
#error You seem to be attached to some trees, but not DTOOL!
#endif
#if $[ne $[canonical $[DTOOL]], $[canonical $[TOPDIR]]]
#error You are not attached to the right DTOOL!
#endif
#else
// Otherwise, if we are not attached, install in the standard place
// (unless the user specifies otherwise).

View File

@ -40,9 +40,6 @@
#if $[eq $[PANDA],]
#error You seem to be attached to some trees, but not PANDA!
#endif
#if $[ne $[canonical $[PANDA]], $[canonical $[TOPDIR]]]
#error You are not attached to the right PANDA!
#endif
#else
#defer PANDA_INSTALL $[unixfilename $[INSTALL_DIR]]
#defer PANDA_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]

View File

@ -42,9 +42,6 @@
#if $[eq $[PANDATOOL],]
#error You seem to be attached to some trees, but not PANDATOOL!
#endif
#if $[ne $[canonical $[PANDATOOL]], $[canonical $[TOPDIR]]]
#error You are not attached to the right PANDATOOL!
#endif
#else
#defer PANDATOOL_INSTALL $[unixfilename $[INSTALL_DIR]]
#defer PANDATOOL_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]