e1da3db508
- Remove MAINTAINERS as they agree not having time nor interest for it. - Use install-libs target instead of manually installing some cherrypicked headers - now all needed headers are installed in the right place. - Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck. - Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid. - Patch most Makefiles to print full build commands instead of the non-informative linux-kernel-like output. - Patch some regress tests, more and more works fine now. With feedback and tweaks from naddy@ and pea@
13 lines
463 B
Plaintext
13 lines
463 B
Plaintext
$OpenBSD: patch-tests_progs_Makefile_in,v 1.3 2009/03/15 19:59:31 landry Exp $
|
|
--- tests/progs/Makefile.in.orig Wed Jun 18 05:53:42 2008
|
|
+++ tests/progs/Makefile.in Sat Feb 21 17:12:42 2009
|
|
@@ -22,7 +22,7 @@ TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o
|
|
SRCS= $(srcdir)/test_rel.c
|
|
|
|
LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
|
|
-DEPLIBS= $(LIBEXT2FS) $(DEPLIBSS) $(LIBCOM_ERR)
|
|
+DEPLIBS= $(DEPLIBEXT2FS) $(DEPLIBSS) $(DEPLIBCOM_ERR)
|
|
|
|
.c.o:
|
|
@echo " CC $<"
|