lfn
        serial
        ticket/834-toolchain-update
        topic/msim-upgrade
        topic/simplify-dev-export
      
      
        
          | 
            Last change
 on this file since 3106054 was             200b211, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago           | 
        
        
          | 
             
Reorganize main meson.build script 
 
I split most of it into separate subdirs, so that the overall organization 
is easier to follow. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            351 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #!/bin/sh
 | 
|---|
| 2 | 
 | 
|---|
| 3 | if [ "$#" -ge 1 ]; then
 | 
|---|
| 4 |         touch "$1"
 | 
|---|
| 5 | fi
 | 
|---|
| 6 | 
 | 
|---|
| 7 | if [ "$#" -ge 2 ]; then
 | 
|---|
| 8 |         DESTDIR="$2"
 | 
|---|
| 9 | else
 | 
|---|
| 10 |         DESTDIR="${MESON_INSTALL_DESTDIR_PREFIX}"
 | 
|---|
| 11 | fi
 | 
|---|
| 12 | 
 | 
|---|
| 13 | rm -rf "${DESTDIR}"
 | 
|---|
| 14 | 
 | 
|---|
| 15 | mkdir -p "${DESTDIR}cfg/"
 | 
|---|
| 16 | mkdir -p "${DESTDIR}data/"
 | 
|---|
| 17 | mkdir -p "${DESTDIR}loc/"
 | 
|---|
| 18 | mkdir -p "${DESTDIR}log/"
 | 
|---|
| 19 | mkdir -p "${DESTDIR}tmp/"
 | 
|---|
| 20 | mkdir -p "${DESTDIR}vol/"
 | 
|---|
| 21 | mkdir -p "${DESTDIR}w/"
 | 
|---|
| 22 | 
 | 
|---|
| 23 | @text@
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.