From e522cbff7a7c5f3b5faa09b0e7254032ae80ae71 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Feb 2010 19:05:22 +0100 Subject: on Linux use tsort and reverse with tac, On BSD use tsort -r --- mk/pkg-bottom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index 41fecf3f2..13b49dfdd 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -18,7 +18,7 @@ do-configure: post-configure: ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE} @sed -e '/^#/d' ${REORDER_DEPENDENCIES} | \ - tsort | tac | while read f; do \ + tsort | while read f; do \ cd ${WRKSRC}; \ case $$f in \ /*) \ -- cgit v1.2.3