Changeset a2f7a1c


Ignore:
Timestamp:
01/12/2023 02:54:01 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
851f6a7
Parents:
6c4a91a8
Message:

Add a "modeline" to Makefile

It sets tabstops to 3 in this file, since formatting is made for
this tab size. Plus reformat a few lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6c4a91a8 ra2f7a1c  
     1# vim:ts=3
    12# Makefile for BLFS Book generation.
    23# By Tushar Teredesai <tushar@linuxfromscratch.org>
     
    166167        $(Q)xsltproc --nonet                               \
    167168                --xinclude                            \
    168                 --output $(RENDERTMP)/$(BLFSHTML2)  \
     169                --output $(RENDERTMP)/$(BLFSHTML2)    \
    169170                --stringparam profile.revision $(REV) \
    170171                stylesheets/lfs-xsl/profile.xsl       \
     
    175176               --noent                             \
    176177               --postvalid                         \
    177                --output $(RENDERTMP)/$(BLFSFULL) \
     178               --output $(RENDERTMP)/$(BLFSFULL)   \
    178179               $(RENDERTMP)/$(BLFSHTML2)
    179180
     
    183184        $(Q)xsltproc --nonet                              \
    184185                --stringparam profile.condition html \
    185                 --output $(RENDERTMP)/$(BLFSHTML)  \
     186                --output $(RENDERTMP)/$(BLFSHTML)    \
    186187                stylesheets/lfs-xsl/profile.xsl      \
    187188                $(RENDERTMP)/$(BLFSFULL)
     
    252253systemd-units:
    253254        @VERSION=`grep "systemd-units-version " general.ent | cut -d\" -f2`; \
    254    UNITS="blfs-systemd-units-$$VERSION";                        \
    255    if [ ! -e $$UNITS.tar.xz ]; then                             \
    256      rm -rf $(RENDERTMP)/$$UNITS;                               \
    257      mkdir $(RENDERTMP)/$$UNITS;                                \
    258      cp -a ../systemd-units/* $(RENDERTMP)/$$UNITS;             \
    259      tar -cJhf $$UNITS.tar.xz -C $(RENDERTMP) $$UNITS;          \
     255   UNITS="blfs-systemd-units-$$VERSION";                                \
     256   if [ ! -e $$UNITS.tar.xz ]; then                                     \
     257     rm -rf $(RENDERTMP)/$$UNITS;                                       \
     258     mkdir $(RENDERTMP)/$$UNITS;                                        \
     259     cp -a ../systemd-units/* $(RENDERTMP)/$$UNITS;                     \
     260     tar -cJhf $$UNITS.tar.xz -C $(RENDERTMP) $$UNITS;                  \
    260261   fi
    261262
Note: See TracChangeset for help on using the changeset viewer.