David Rose 21 years ago
parent
commit
8547eff84d
4 changed files with 0 additions and 12 deletions
  1. 0 3
      direct/Package.pp
  2. 0 3
      dtool/Package.pp
  3. 0 3
      panda/Package.pp
  4. 0 3
      pandatool/Package.pp

+ 0 - 3
direct/Package.pp

@@ -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]]

+ 0 - 3
dtool/Package.pp

@@ -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).

+ 0 - 3
panda/Package.pp

@@ -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]]

+ 0 - 3
pandatool/Package.pp

@@ -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]]