Changeset 78b1483 in clfs-embedded


Ignore:
Timestamp:
Jun 10, 2013, 7:37:34 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
402e2e3
Parents:
16ed8d6
Message:

Makefile: Remove 'lfs' target

It's the same as the 'clfs' target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r16ed8d6 r78b1483  
    2626endif
    2727
    28 .PHONY: clfs lfs
    29 clfs lfs: html
     28.PHONY: clfs
     29clfs: html
    3030
    3131.PHONY: tidy tidy-f tidy-d
     
    201201        @echo
    202202        @echo "HTML Targets"
    203         @echo "  $(FG_GREEN)clfs lfs tidy html render titlepage $(FG_BLUE)$(ARCHS_HTML)$(FG_DEFAULT)"
     203        @echo "  $(FG_GREEN)clfs tidy html render titlepage $(FG_BLUE)$(ARCHS_HTML)$(FG_DEFAULT)"
    204204        @echo
    205205        @echo "NoChunks Targets"
Note: See TracChangeset for help on using the changeset viewer.