Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411173 | Differences between
and this patch

Collapse All | Expand All

(-)orangefs-2.8.5/Makefile.in.orig (-2 / +5 lines)
Lines 1225-1234 Link Here
1225
	install -d $(KMOD_DIR)
1225
	install -d $(KMOD_DIR)
1226
	install -m 755 src/kernel/linux-2.6/pvfs2.ko $(KMOD_DIR)
1226
	install -m 755 src/kernel/linux-2.6/pvfs2.ko $(KMOD_DIR)
1227
1227
1228
.PHONY: kmod_install
1228
.PHONY: kernapps_install
1229
kmod_install: kmod kernapps just_kmod_install
1229
kernapps_install: kernapps
1230
	install -d $(sbindir)
1230
	install -d $(sbindir)
1231
	install -m 755 $(KERNAPPS) $(KERNAPPSTHR) $(sbindir)
1231
	install -m 755 $(KERNAPPS) $(KERNAPPSTHR) $(sbindir)
1232
1233
.PHONY: kmod_install
1234
kmod_install: kmod kernapps_install just_kmod_install
1232
endif
1235
endif
1233
1236
1234
ifneq (,$(LINUX24_KERNEL_SRC))
1237
ifneq (,$(LINUX24_KERNEL_SRC))

Return to bug 411173