From: Aaron Klingaman Date: Mon, 12 Apr 2004 17:14:21 +0000 (+0000) Subject: added sudo X-Git-Tag: chroot-breakout-hotfix-branch-point~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=abdd7616fc40e939a2503175920482b1300d2b0d;p=build.git added sudo --- diff --git a/Makefile b/Makefile index 326883db..82a4fbff 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.16 2004/04/12 15:30:14 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.17 2004/04/12 17:08:10 alk-pl_rpm Exp $ # # Default target @@ -268,6 +268,17 @@ ipod-MODULE := ipod ipod-SPEC := ipod/ipod.spec ALL += ipod +# +# sudo +# + +sudo-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +sudo-INITIAL := HEAD +sudo-TAG := HEAD +sudo-MODULE := sudo +sudo-SPEC := sudo/planetlab_sudo.spec +ALL += sudo + ifeq ($(findstring $(package),$(ALL)),) # Build all packages