Bug 31972

Summary: 'make clean' failure in www
Product: Documentation Reporter: parv_ <parv_>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description parv_ 2001-11-14 07:10:01 UTC
when 'make clean' is run in www, this message is produced...

 make clean
===> en
/bin/rm -f Errs errs mklog applications.html auditors.html availability.html docs.html features.html register.html internet.html
mailto.html publish.html relnotes.html send-pr.html support.html where.html y2kbug.html   index.html FAQ handbook
rm: FAQ: is a directory
rm: handbook: is a directory
*** Error code 1

Stop in /source/contribute/www/en.
*** Error code 1

Fix: 

below is a reply from Cyrille Lefevre, clefevre@citeweb.net, to my 
post when i asked about the problem on freebsd-doc mailing list...

  i have this too if `make obj' has not been done before.

  in fact, FAQ and handbook directories should be killed
  from CVS so the symlinks could be created (then killed).
  they are not currently created since their respective
  directories exists and the targets don't complain for
  the same reason (try `make FAQ handbook' and see).

  it is safe to clean them since they are not referenced
  anymore in the Makefile as directoties (no SUBDIR+= FAQ
  handbook).

  Cyrille.
How-To-Repeat: 
install docproj port; run 'make clean' in "www". an initial 
installation may be needed to produce the bug.
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2001-11-14 18:35:28 UTC
State Changed
From-To: open->closed

Fixed in rev 1.75 of www/en/Makefile