Skip to content

Commit

Permalink
remove ROCKSROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkatz committed Jun 22, 2010
1 parent d0e5ef3 commit 50fc8e2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions src/fastcgi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.1 2010/03/22 20:13:08 bruno Exp $
# $Id: Makefile,v 1.2 2010/06/22 21:55:49 mjk Exp $
#
# @Copyright@
#
Expand Down Expand Up @@ -55,6 +55,9 @@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.2 2010/06/22 21:55:49 mjk
# remove ROCKSROOT
#
# Revision 1.1 2010/03/22 20:13:08 bruno
# new
#
Expand Down Expand Up @@ -86,7 +89,6 @@
#

REDHAT.ROOT = $(CURDIR)/../../
ROCKSROOT = ../../../../..
-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk

Expand Down
6 changes: 4 additions & 2 deletions src/kernel.org/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.14 2009/05/01 19:07:20 mjk Exp $
# $Id: Makefile,v 1.15 2010/06/22 21:55:09 mjk Exp $
#
# @Copyright@
#
Expand Down Expand Up @@ -55,6 +55,9 @@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.15 2010/06/22 21:55:09 mjk
# remove ROCKSROOT
#
# Revision 1.14 2009/05/01 19:07:20 mjk
# chimi con queso
#
Expand Down Expand Up @@ -101,7 +104,6 @@

# MAKE.iscontrib = 1
REDHAT.ROOT = $(PWD)/../../
ROCKSROOT = ../../../../..

-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk
Expand Down
6 changes: 4 additions & 2 deletions src/keyutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 2009/08/14 18:00:12 bruno Exp $
# $Id: Makefile,v 1.6 2010/06/22 21:55:09 mjk Exp $
#
# @Copyright@
#
Expand Down Expand Up @@ -55,6 +55,9 @@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.6 2010/06/22 21:55:09 mjk
# remove ROCKSROOT
#
# Revision 1.5 2009/08/14 18:00:12 bruno
# install keyutils after building it
#
Expand Down Expand Up @@ -103,7 +106,6 @@
#

REDHAT.ROOT = $(CURDIR)/../../
ROCKSROOT = ../../../../..

-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk
Expand Down
6 changes: 4 additions & 2 deletions src/lighttpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.9 2009/05/01 19:07:20 mjk Exp $
# $Id: Makefile,v 1.10 2010/06/22 21:55:09 mjk Exp $
#
# @Copyright@
#
Expand Down Expand Up @@ -55,6 +55,9 @@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.10 2010/06/22 21:55:09 mjk
# remove ROCKSROOT
#
# Revision 1.9 2009/05/01 19:07:20 mjk
# chimi con queso
#
Expand Down Expand Up @@ -84,7 +87,6 @@

PKGROOT = /lighttpd
REDHAT.ROOT = $(CURDIR)/../../
ROCKSROOT = ../../../../..
-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk

Expand Down
6 changes: 4 additions & 2 deletions src/rocks-boot/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --------------------------------------------------- -*- Makefile -*- --
# $Id: Makefile,v 1.16 2009/05/01 19:07:20 mjk Exp $
# $Id: Makefile,v 1.17 2010/06/22 21:55:10 mjk Exp $
#
# @Copyright@
#
Expand Down Expand Up @@ -55,6 +55,9 @@
# @Copyright@
#
# $Log: Makefile,v $
# Revision 1.17 2010/06/22 21:55:10 mjk
# remove ROCKSROOT
#
# Revision 1.16 2009/05/01 19:07:20 mjk
# chimi con queso
#
Expand Down Expand Up @@ -247,7 +250,6 @@ MAKE.rpmroot = 1
default: $(NAME).spec ../$(NAME)-$(VERSION).tar.gz

REDHAT.ROOT = $(PWD)/../../
ROCKSROOT = ../../../../..

-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk
Expand Down

0 comments on commit 50fc8e2

Please sign in to comment.