Inform about what's going on on stderr

This commit is contained in:
espie 1999-09-20 09:42:17 +00:00
parent aa64fe0c39
commit 79b9051629

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: find-build-order,v 1.1.1.1 1999/05/18 16:39:05 espie Exp $
# $OpenBSD: find-build-order,v 1.2 1999/09/20 09:42:17 espie Exp $
# Copyright (c) 1999 Marc Espie. All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -40,6 +40,7 @@ do
case $i in
\#);; # comments
*)
echo "Depending $i" >&2
cd /usr/ports/$i && make FULL_PACKAGE_NAME=yes $j $type;;
esac
done)|tsort|tail -r