Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F1841992
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
792 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/contrib/askant/Makefile b/contrib/askant/Makefile
index d817243a5..377334990 100644
--- a/contrib/askant/Makefile
+++ b/contrib/askant/Makefile
@@ -1,24 +1,24 @@
include ../../make/defines.mk
all: build
include $(OBJDIR)/make/clean.mk
CFLAGS += -I$(SRCDIR)/gfs2/libgfs2
CFLAGS += -I$(SRCDIR)/gfs2/include
LDFLAGS += -L$(OBJDIR)/gfs2/libgfs2 -lgfs2
build:
- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" python setup.py build
+ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" python $(S)/setup.py build
install:
- python setup.py install --root $(DESTDIR)
+ python $(S)/setup.py install --root $(DESTDIR)
uninstall:
@echo UNINSTALL TARGET UNSUPPORTED
clean:
- python setup.py clean
- rm askant/*.pyc
+ python $(S)/setup.py clean
+ rm -rf askant/*.pyc
rm -rf build
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 11:05 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1018614
Default Alt Text
(792 B)
Attached To
Mode
rR Resource Agents
Attached
Detach File
Event Timeline
Log In to Comment