49 lines
1.0 KiB
Diff
49 lines
1.0 KiB
Diff
From 22b2311bfcc0c1c8d037de6bc7948e26dc113947 Mon Sep 17 00:00:00 2001
|
|
Date: Mon, 1 Aug 2016 18:15:55 +0300
|
|
Subject: [PATCH] add patch
|
|
|
|
---
|
|
Makefile | 17 +++++++++--------
|
|
1 file changed, 9 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 2ff01b1..4c46442 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -30,7 +30,7 @@ endif
|
|
endif
|
|
CFLAGS = -W -Wall $(COPTS) $(DEBUG) $(LOOPS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \
|
|
$(ISSUSE) -DINITDIR=\"$(INITDIR)\" -DINSCONF=\"$(INSCONF)\" -pipe
|
|
- CLOOP = -falign-loops=0
|
|
+ #CLOOP = -falign-loops=0
|
|
LDFLAGS = -Wl,-O,3,--relax
|
|
LIBS =
|
|
ifdef USE_RPMLIB
|
|
@@ -126,15 +126,16 @@ ifneq ($(MAKECMDGOALS),clean)
|
|
|
|
endif
|
|
|
|
-check: insserv
|
|
-ifeq ($(ISSUSE),-DSUSE)
|
|
- issuse=true tests/common
|
|
+#check: insserv
|
|
+#ifeq ($(ISSUSE),-DSUSE)
|
|
+# issuse=true tests/common
|
|
# issuse=true tests/suse
|
|
-else
|
|
- tests/common
|
|
-endif
|
|
+#else
|
|
+# tests/common
|
|
+#endif
|
|
|
|
-install: $(TODO) check
|
|
+#install: $(TODO) check
|
|
+install:
|
|
$(MKDIR) $(SBINDIR)
|
|
$(MKDIR) $(SDOCDIR)
|
|
$(MKDIR) $(CONFDIR)
|
|
--
|
|
2.16.4
|
|
|