]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Run regen.sh
authorSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 20:20:50 +0000 (20:20 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 20:20:50 +0000 (20:20 +0000)
* Use make only_libafs not dest_only_libafs

aclocal.m4
configure
configure-libafs
debian/changelog
debian/rules

index 4e63e5303e208cd8209c95187698a0217fc9d8e1..f2893586fac2a5a6d23cd4a117f3ba89c88d243a 100644 (file)
@@ -2575,9 +2575,8 @@ lose;
   ac_cv_linux_config_modversions=yes,
   ac_cv_linux_config_modversions=no)])
   AC_MSG_RESULT($ac_cv_linux_config_modversions)
-       ac_cv_linux_config_modversions=yes
   AC_MSG_CHECKING(which kernel modules to build)
-  if test "x$ac_linux_rhconfig" = "xyes" -o "x$ac_cv_linux_config_modversions" = "xno"; then
+  if false; then
       MPS="MP SP"
   else
   AC_CACHE_VAL(ac_cv_linux_config_smp, [
index 68518ea49c5e94e923ebb47ca27dc2584d73637d..b93072bb1778d32a47dc7a123b34e82037c7a504 100755 (executable)
--- a/configure
+++ b/configure
@@ -6043,10 +6043,9 @@ fi
 
   echo "$as_me:$LINENO: result: $ac_cv_linux_config_modversions" >&5
 echo "${ECHO_T}$ac_cv_linux_config_modversions" >&6
-       ac_cv_linux_config_modversions=yes
   echo "$as_me:$LINENO: checking which kernel modules to build" >&5
 echo $ECHO_N "checking which kernel modules to build... $ECHO_C" >&6
-  if test "x$ac_linux_rhconfig" = "xyes" -o "x$ac_cv_linux_config_modversions" = "xno"; then
+  if false; then
       MPS="MP SP"
   else
   if test "${ac_cv_linux_config_smp+set}" = set; then
index 87df9f04ca83938ac94cf87090c171f3742311e3..9559d47d6a6e3c787447cb1390418c9c1ee1f4a2 100755 (executable)
@@ -6043,10 +6043,9 @@ fi
 
   echo "$as_me:$LINENO: result: $ac_cv_linux_config_modversions" >&5
 echo "${ECHO_T}$ac_cv_linux_config_modversions" >&6
-       ac_cv_linux_config_modversions=yes
   echo "$as_me:$LINENO: checking which kernel modules to build" >&5
 echo $ECHO_N "checking which kernel modules to build... $ECHO_C" >&6
-  if test "x$ac_linux_rhconfig" = "xyes" -o "x$ac_cv_linux_config_modversions" = "xno"; then
+  if false; then
       MPS="MP SP"
   else
   if test "${ac_cv_linux_config_smp+set}" = set; then
index b217bd9632baaf0a723cb140e460bedcc01115fd..a941c9cd4b9510ba19634b57153555ff443101d6 100644 (file)
@@ -4,8 +4,9 @@ openafs (1.3.64-1) experimental; urgency=low
   * Add 2.6 to kern-sysname for i386
   * Apply patch from
     /afs/cs.cmu.edu/user/jhutz/junk/openafs-patches/openafs-build-on-linux26  which correctly generates 2.6 modules.
+  * use make only_libafs not dest_only_libafs
 
- --
+ -- Sam Hartman <hartmans@debian.org>  Sun, 30 May 2004 16:02:19 -0400
 
 openafs (1.2.11-1) unstable; urgency=high
 
index 31f54dd0c48884159c1184a302daf3e2bf6810ab..c6b7b5e3ba75ecbf64041b015f08cd8edc589149 100755 (executable)
@@ -224,8 +224,9 @@ build-modules: build-modules-stamp
 build-modules-stamp: 
        -ln -s @sys/dest dest
        -ln -s $(SYS_NAME) @sys
-       sh configure --with-afs-sysname=$(SYS_NAME) --with-linux-kernel-headers=$(KSRC)
-       make dest_only_libafs
+       sh configure --with-afs-sysname=$(SYS_NAME) --with-linux-kernel-headers=$(KSRC) --prefix=`pwd`/debian/tmp
+       make only_libafs
+       cd src/libafs&&make install
        touch build-modules-stamp
 
 binary-modules: build-modules