Subversion Repositories livecd

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

diff -Nur unionfs-1.1.5.ori/Makefile unionfs-1.1.5/Makefile
--- unionfs-1.1.5.ori/Makefile  2006-06-12 04:03:36.000000000 +0200
+++ unionfs-1.1.5/Makefile      2006-08-31 11:01:22.000000000 +0200
@@ -1,12 +1,16 @@
 # Makefile for the Linux 2.6 unionfs

 # this should point to where your kernel headers are
+ifeq ($(KVERS),)
 KVERS=$(shell uname -r)
+endif
 MODDIR= /lib/modules/$(KVERS)
 LINUXSRC = /lib/modules/$(KVERS)/build
 TOPINC   = -I${LINUXSRC}/include
 # This is where the make install target will put stuff
+ifeq ($(PREFIX),)
 PREFIX   = /usr/local
+endif
 MANDIR   = ${PREFIX}/man
 MODPREFIX=
 VERSION  = 1.1.5