diff -r 6de74932ef46 -r 1e2390f5555e components/Makefile --- a/components/Makefile Tue Mar 22 10:33:36 2011 -0700 +++ b/components/Makefile Tue Mar 22 16:12:59 2011 -0700 @@ -103,6 +103,7 @@ $(@:%=--component %) --make $(TARGET) $(LOG) publish: + $(PKGREPO) rebuild -s $(PKG_REPO) # pkglint all of the published manifests in one batch. ifdef CANONICAL_REPO @echo 'pkglinting all package manifests...' @@ -122,6 +123,7 @@ @$(BASS_O_MATIC) --workspace=$(WS_TOP) --components=depend \ | sed -e 's;$(shell pwd)/;;g' >$@ --include depends.mk +# skip dependency generation until we have a new solution for it. +#-include depends.mk FORCE: