Changeset 17 for src/Makefile


Ignore:
Timestamp:
02/21/06 23:26:51 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-03-28 01:08:38 by jonathan]
Script d'automatisation de la construction du paquet debian fini pour
la nouvelle arborescence. src/Makefile: ajout de la suppression des
fichiers compiles pour la cible 'clean'

Original author: jonathan
Date: 2003-03-28 01:08:38

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r6 r17  
    11# 
    2 # $Id: Makefile,v 1.1 2003/03/27 00:42:19 benjamin Exp $ 
     2# $Id: Makefile,v 1.2 2003/03/28 01:08:38 jonathan Exp $ 
    33# ---------------------------------------------------------------------- 
    44# AlternC - Web Hosting System 
     
    7979        chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 
    8080        chmod a+rx,a-w,u+s,g+s lst_* mailman* 
    81         chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 
    82         chown sympa.sympa lst_* 
    83         chown root.list mailman* 
     81## Devrait etre fait par le paquet debian 
     82#       chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 
     83#       chown sympa.sympa lst_* 
     84#       chown root.list mailman* 
    8485 
    8586clean:  
    86         rm -f *.o *~ 
     87        rm -f *.o *~; \ 
     88        for i in mail_add mem_add quota_get db_create lst_delfile mail_del mem_del lst_dellst wmkdir lst_adddom mailman.create mhonarc lst_getfile lst_addlst mailman.delete quota_edit lst_putfile lst_deldom; \ 
     89        do rm -f $$i; \ 
     90        done 
Note: See TracChangeset for help on using the changeset viewer.