Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 2903b795cc14d0061f7dffca858a38fb03bf427c5546eb9c42f182a74e1aefe0
Ticket: 65c7412f49470543f2990060bc80e41748797eb3
make distclean errors out the second time
User & Date: fvogel 2018-11-10 09:48:47
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. comment changed to:
    make distclean errors out the second time:
    
    <verbatim>
    francois@TM:~/Documents/tcltk/fossil/tk/unix$ make distclean
    rm -f *.a *.o libtk* core errs *~ \#* TAGS *.E a.out \
            errors wish tktest lib.exp Tk *.rsrc
    rm -rf Makefile config.status config.cache config.log tkConfig.sh \
            tkConfig.h *.plist Tk.framework tk.pc
    francois@TM:~/Documents/tcltk/fossil/tk/unix$ make distclean
    make: *** No rule to make target 'distclean'. ArrĂȘt.
    francois@TM:~/Documents/tcltk/fossil/tk/unix$ 
    </verbatim>
    
    Is this really expected? At least the error message looks unexpected.
    
    In contrast, repeated incantations of "make clean" work well:
    
    <verbatim>
    francois@TM:~/Documents/tcltk/fossil/tk/unix$ make clean
    rm -f *.a *.o libtk* core errs *~ \#* TAGS *.E a.out \
            errors wish tktest lib.exp Tk *.rsrc
    francois@TM:~/Documents/tcltk/fossil/tk/unix$ make clean
    rm -f *.a *.o libtk* core errs *~ \#* TAGS *.E a.out \
            errors wish tktest lib.exp Tk *.rsrc
    francois@TM:~/Documents/tcltk/fossil/tk/unix$
    </verbatim>
    
  5. foundin changed to: "core-8-6-branch"
  6. is_private changed to: "0"
  7. login: "fvogel"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "a013af67114eccc19ad12b04f14923acea9e96b7"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "fvogel"
  14. subsystem changed to: "84. Unix Build"
  15. title changed to: "make distclean errors out the second time"
  16. type changed to: "Bug"