[eros-cvs] cvs commit: eros/src/base/sys Makefile

shap@eros.cs.jhu.edu shap@eros.cs.jhu.edu
Tue, 24 Apr 2001 08:41:51 -0400


shap        01/04/24 08:41:51

  Modified:    src/base/sys Makefile
  Log:
  Update tag generation rules

Revision  Changes    Path
1.44      +1 -2      eros/src/base/sys/Makefile

Index: Makefile
===================================================================
RCS file: /cvs/eros/src/base/sys/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Makefile	2001/04/19 19:03:08	1.43
+++ Makefile	2001/04/24 12:41:51	1.44
@@ -25,14 +25,13 @@
 # Note: machine-independent dirs should be built before architecture
 # specific directories. Therefore, arch/$(EROS_TARGET) needs to be last!
 
-ETAGDIRS=IO arch ddb disk eros kernel kerninc key libkey pci
+ETAGDIRS=IO arch ddb disk eros kernel kerninc key libkey pci ckpt
 ETAGDIRS+= arch/$(EROS_TARGET)/ddb
 ETAGDIRS+= arch/$(EROS_TARGET)/device
 ETAGDIRS+= arch/$(EROS_TARGET)/eros
 ETAGDIRS+= arch/$(EROS_TARGET)/gplus-lib
 ETAGDIRS+= arch/$(EROS_TARGET)/include
 ETAGDIRS+= arch/$(EROS_TARGET)/kernel
-ETAGDIRS+= arch/$(EROS_TARGET)/ckpt
 ETAGDIRS+= arch/$(EROS_TARGET)/machine
 
 DIRS=eros arch/$(EROS_TARGET)