mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
582 B

  1. --- ./drbd/Makefile.orig 2005-08-24 10:45:39.000000000 +0200
  2. +++ ./drbd/Makefile 2005-08-24 10:44:40.000000000 +0200
  3. @@ -109,7 +109,7 @@
  4. @mv .kernelrelease.new .kernelrelease
  5. @echo -n "Memorizing module configuration ... "
  6. @{ echo -e "#\n# drbd.o was compiled with" ; \
  7. - echo "# `gcc -v 2>&1 | tail -1`" ; \
  8. + echo "# `gcc -v 2>&1 | tail -n -1`" ; \
  9. echo "# against this kernelrelease:" ; \
  10. sed 's/^/# /' .kernelrelease ; \
  11. echo "# kernel .config from" ; \