diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 20:13:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 20:13:14 -0400 |
commit | 91af8f14863a516ff9aa80b703d8a34583e6e107 (patch) | |
tree | 552390f62fd0a060625a65f53006378c2a3eb2c3 /buildconf | |
parent | 2fb05c7c4516d1ae3f0ad46df50043bbaa17ccb7 (diff) | |
parent | 647e4ca02ad06939dea2e6b1dcf71ee510867cd4 (diff) | |
download | duser-91af8f14863a516ff9aa80b703d8a34583e6e107.tar.gz |
Merge pull request #4 from extrarius/master.
Additional Cleaning
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in libsysfs/Makefile.in src/Makefile.in configure && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && aclocal && autoheader && automake && autoconf && rm -rf autom4te*.cache |