]> www.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
rxgen: Move rxgen.pl to its own dir
authorDavid Howells <dhowells@redhat.com>
Thu, 9 Jan 2014 13:50:07 +0000 (13:50 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 9 Jan 2014 13:50:07 +0000 (13:50 +0000)
Move rxgen.pl to its own dir so that it can be split up.

Signed-off-by: David Howells <dhowells@redhat.com>
Makefile
rxgen/rxgen.pl [moved from rxgen.pl with 100% similarity]

index eb3110748352c81b2f3c8434025e095213e06925..db0d3100633733ed101b7b94a886819cbf46d9ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ CFLAGS  := $(shell python3-config --cflags)
 pykafs.so: afs_xg.c afs_py.c afs_py.h
        python3 compile_pykafs.py build
 
-afs_xg.c afs_py.c afs_py.h: afs_xg.h rxgen.pl
-       ./rxgen.pl afs_xg.h
+afs_xg.c afs_py.c afs_py.h: afs_xg.h ./rxgen/rxgen.pl
+       ./rxgen/rxgen.pl afs_xg.h
 
 clean:
        find \( -name "*~" -o -name "*.o" -o -name "*.so" \) -delete
similarity index 100%
rename from rxgen.pl
rename to rxgen/rxgen.pl