--------------------- PatchSet 2784 Date: 2001/08/19 23:11:28 Author: rbcollins Branch: squid-amake Tag: (none) Log: provide fake targets for building in the fs dir Members: src/fs/aufs/Makefile.am:1.1.2.1->1.1.2.2 src/fs/coss/Makefile.am:1.1.2.1->1.1.2.2 src/fs/null/Makefile.am:1.1.2.1->1.1.2.2 Index: squid/src/fs/aufs/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/aufs/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/fs/aufs/Makefile.am 6 Apr 2001 12:40:29 -0000 1.1.2.1 +++ squid/src/fs/aufs/Makefile.am 19 Aug 2001 23:11:28 -0000 1.1.2.2 @@ -0,0 +1,2 @@ +all clean: + @cd .. && $(MAKE) $(MFLAGS) aufs/$@ Index: squid/src/fs/coss/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/coss/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/fs/coss/Makefile.am 6 Apr 2001 12:40:29 -0000 1.1.2.1 +++ squid/src/fs/coss/Makefile.am 19 Aug 2001 23:11:28 -0000 1.1.2.2 @@ -0,0 +1,2 @@ +all clean: + @cd .. && $(MAKE) $(MFLAGS) coss/$@ Index: squid/src/fs/null/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/null/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/fs/null/Makefile.am 6 Apr 2001 12:40:30 -0000 1.1.2.1 +++ squid/src/fs/null/Makefile.am 19 Aug 2001 23:11:28 -0000 1.1.2.2 @@ -0,0 +1,2 @@ +all clean: + @cd .. && $(MAKE) $(MFLAGS) null/$@