Skip to content

Commit 9a6776e

Browse files
authored
Merge pull request #30 from tzafrir-mellanox/del_checkdir
Del checkdir
2 parents 464df70 + bec1d33 commit 9a6776e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ dist:
1212

1313
distcheck: dist
1414
@set -e; set -x; \
15-
tarball=`ls *.tar.gz | head -n 1`; \
15+
tarball=`ls -t *.tar.gz | head -n 1`; \
1616
rm -rf checkdir; \
1717
mkdir checkdir; \
1818
cd checkdir; \
1919
tar xzf ../$$tarball; \
2020
cd *; \
2121
make; \
2222
make install DESTDIR=`pwd`/root; \
23-
cd .. ;\
23+
#
2424
rm -rf checkdir
2525

2626
.PHONEY: all clean dep dist distcheck install

0 commit comments

Comments
 (0)